feat(adr-0045): canvas opens the real unlisted app after materialization + UnpublishedAppBar#1664
Merged
Merged
Conversation
…ion + UnpublishedAppBar
v1 objectui slice of ADR-0045:
- mapMessages lifts `materialized` from apply_blueprint results into draftReview
- ChatbotEnhanced: onBuildMaterialized fires once per materialized build (incl.
conversation reload); Preview buttons pass {materialized} to the host
- AiChatPage/LiveCanvas: the canvas swaps from ?preview=draft to the REAL app
URL when the build materializes — the reload shows live seed rows in every
list; header narrates 'Live app — unlisted until published'
- ConsoleFloatingChatbot routes materialized previews to the real URL
- UnpublishedAppBar (ConsoleLayout): amber banner on hidden:true apps —
'fully functional, only builders can see it' + Publish = visibility flip
(one PUT /meta/app/:name with hidden:false); yields to DraftPreviewBar in
preview mode
plugin-chatbot 67/67, app-shell 418/418.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
✅ Console Performance Budget
📦 Bundle Size Report
Size Limits
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
v1 objectui slice of ADR-0045 — pairs with cloud#256 (apply_blueprint materializes) and framework#1768 (visibility gate):
mapMessagesliftsmaterializedfrom the build envelope intodraftReviewonBuildMaterialized(ChatbotEnhanced): fires once per materialized build — including on conversation reload — so the host flips the canvas?preview=draft→ the real app URL when the build materializes: the reload shows live seed rows in every list/kanban; header reads “Live app — unlisted until published”hidden: trueapps (“fully functional, only builders can see it”) with Publish = visibility flip (onePUT /meta/app/:namewithhidden: false); yields to DraftPreviewBar in preview modeTests
plugin-chatbot 67/67 · app-shell 418/418. Browser E2E on the full local stack follows in the verification pass (stage→materialize→banner→publish→launcher).
🤖 Generated with Claude Code